home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Applications (app) / Ray Tracer / event.c < prev    next >
Text File  |  1989-04-28  |  112b  |  9 lines

  1. #ifdef THINK_C
  2. CallStdEvent()
  3. {
  4. EventRecord Evt;
  5.  
  6.     if (GetNextEvent(everyEvent,&Evt))
  7.         StdEvent(&Evt);
  8. }
  9. #endif